From 74f3471610f7a5f120dc07985fcf06485b3fe3d6 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 11 Mar 2004 01:16:09 +0000 Subject: [PATCH] Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out. 2004-03-10 Federico Mena Quintero * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to Kjartan Maraas for pointing it out. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkstyle.c | 2 +- 6 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ba1be5fc0..b228ceff47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-10 Federico Mena Quintero + + * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to + Kjartan Maraas for pointing it out. + Wed Mar 10 23:40:15 2004 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0ba1be5fc0..b228ceff47 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-03-10 Federico Mena Quintero + + * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to + Kjartan Maraas for pointing it out. + Wed Mar 10 23:40:15 2004 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0ba1be5fc0..b228ceff47 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2004-03-10 Federico Mena Quintero + + * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to + Kjartan Maraas for pointing it out. + Wed Mar 10 23:40:15 2004 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0ba1be5fc0..b228ceff47 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-03-10 Federico Mena Quintero + + * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to + Kjartan Maraas for pointing it out. + Wed Mar 10 23:40:15 2004 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0ba1be5fc0..b228ceff47 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-03-10 Federico Mena Quintero + + * gtk/gtkstyle.c (draw_dot): Remove spurious semicolon. Thanks to + Kjartan Maraas for pointing it out. + Wed Mar 10 23:40:15 2004 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Set the background diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 67c11d56ea..fc8ae92c4c 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -4786,7 +4786,7 @@ draw_dot (GdkWindow *window, gdk_draw_point (window, light_gc, x, y); gdk_draw_point (window, light_gc, x+1, y+1); } - else if (size == 3); + else if (size == 3) { gdk_draw_point (window, light_gc, x, y); gdk_draw_point (window, light_gc, x+1, y); -- 2.30.2